home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_173_launch script.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  236 b   |  8 lines

  1. on mouseDown
  2.   global hideDesk, gPrint
  3.   if the stageTop = 0 then
  4.     (the stage).rect = rect(0, 20, 640, 500)
  5.   end if
  6.   open("PPC Int HD:Demo Session:CSi Sessions:CSi Session 1", "PPC Int HD:Digidesign:Pro Tools‚Ñ¢:Pro Tools‚Ñ¢")
  7. end
  8.